home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Information
/
WebSites
/
Amiga
/
products
/
dealers.php
< prev
next >
Wrap
Text File
|
2001-08-06
|
13KB
|
253 lines
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=windows-1252">
<TITLE>Authorized Amiga Dealers</TITLE>
<link rel="stylesheet" HREF="dpnine.css">
</HEAD>
<!-- amiga.com maintained by Ray Akey <rakey@amiga.com> -->
<HTML>
<HEAD>
<TITLE>Amiga - So the World May Know</TITLE>
<META NAME="keywords" CONTENT="Amiga, embedded, realtime, console, Jay Miner, alternative, web, video, pc, virtual reality, internet, Digital Environment, Operating System, SDK, Boing">
<META NAME="description" CONTENT="Manufacturer and distributor of the Amiga Digital Environment (AmigaDE), Amiga SDK for Linux and Windows and Classic Amiga Operating Systems for the new millenium.">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="stylesheet" TYPE="text/css" HREF="dpnine.css">
<BASE HREF="file://localhost/AACD24:AACD/Information/WebSites/Amiga/">
<SCRIPT language="javascript" type="text/javascript">
<!-- Preload the active menu graphics //-->
<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer < 3) version = "rollno";
else if (browserName == "Microsoft Internet Explorer" && browserVer < 3.01) version= "rollno";
else version = "rollyes";
if (version == "rollyes") {
menu0on = new Image();
menu0on.src = "/grafx/n-news-on.gif";
menu1on = new Image();
menu1on.src = "/grafx/n-exec-on.gif";
menu2on = new Image();
menu2on.src = "/grafx/n-pr-on.gif";
menu3on = new Image();
menu3on.src = "/grafx/n-aw-on.gif";
menu4on = new Image();
menu4on.src = "/grafx/n-events-on.gif";
menu5on = new Image();
menu5on.src = "/grafx/n-products-on.gif";
menu6on = new Image();
menu6on.src = "/grafx/n-dealers-on.gif";
menu7on = new Image();
menu7on.src = "/grafx/n-corporate-on.gif";
menu8on = new Image();
menu8on.src = "/grafx/n-investors-on.gif";
menu9on = new Image();
menu9on.src = "/grafx/n-jobs-on.gif";
menu10on = new Image();
menu10on.src = "/grafx/n-support-on.gif";
menu11on = new Image();
menu11on.src = "/grafx/n-usergroups-on.gif";
menu12on = new Image();
menu12on.src = "/grafx/n-developers-on.gif";
menu13on = new Image();
menu13on.src = "/grafx/n-search-on.gif";
menu14on = new Image();
menu14on.src = "/grafx/n-amigamall-on.gif";
menu15on = new Image();
menu15on.src = "/grafx/n-logout-on.gif";
menu16on = new Image();
menu16on.src = "/grafx/n-login-on.gif";
menu17on = new Image();
menu17on.src = "/grafx/n-admin-on.gif";
menu18on = new Image();
menu18on.src = "/grafx/n-maillists-on.gif";
menu19on = new Image();
menu19on.src = "/grafx/n-aboutus-on.gif";
menu20on = new Image();
menu20on.src = "/grafx/n-forums-on.gif";
header0on = new Image();
header0on.src = "/grafx/h-news.gif";
header1on = new Image();
header1on.src = "/grafx/h-products.gif";
header2on = new Image();
header2on.src = "/grafx/h-support.gif";
header3on = new Image();
header3on.src = "/grafx/h-search.gif";
header4on = new Image();
header4on.src = "/grafx/h-corporate.gif";
header5on = new Image();
header5on.src = "/grafx/h-logout.gif";
header6on = new Image();
header6on.src = "/grafx/h-login.gif";
menu0off = new Image();
menu0off.src = "/grafx/n-news-off.gif";
menu1off = new Image();
menu1off.src = "/grafx/n-exec-off.gif";
menu2off = new Image();
menu2off.src = "/grafx/n-pr-off.gif";
menu3off = new Image();
menu3off.src = "/grafx/n-aw-off.gif";
menu4off = new Image();
menu4off.src = "/grafx/n-events-off.gif";
menu5off = new Image();
menu5off.src = "/grafx/n-products-off.gif";
menu6off = new Image();
menu6off.src = "/grafx/n-dealers-off.gif";
menu7off = new Image();
menu7off.src = "/grafx/n-corporate-off.gif";
menu8off = new Image();
menu8off.src = "/grafx/n-investors-off.gif";
menu9off = new Image();
menu9off.src = "/grafx/n-jobs-off.gif";
menu10off = new Image();
menu10off.src = "/grafx/n-support-off.gif";
menu11off = new Image();
menu11off.src = "/grafx/n-usergroups-off.gif";
menu12off = new Image();
menu12off.src = "/grafx/n-developers-off.gif";
menu13off = new Image();
menu13off.src = "/grafx/n-search-off.gif";
menu14off = new Image();
menu14off.src = "/grafx/n-amigamall-off.gif";
menu15off = new Image();
menu15off.src = "/grafx/n-logout-off.gif";
menu16off = new Image();
menu16off.src = "/grafx/n-login-off.gif";
menu17off = new Image();
menu17off.src = "/grafx/n-admin-off.gif";
menu18off = new Image();
menu18off.src = "/grafx/n-maillists-off.gif";
menu19off = new Image();
menu19off.src = "/grafx/n-aboutus-off.gif";
menu20off = new Image();
menu20off.src = "/grafx/n-forums-off.gif";
header0off = new Image();
header0off.src = "/grafx/header_amiga_inc.gif";
}
//-->
<!-- End of active menu pre-load //-->
<!-- This little script will tell the buttons what to do... //-->
<!--
function img_act(imgName,headName) {
if (version == "rollyes") {
imgOn = eval(imgName + "on.src");
headOn = eval(headName + "on.src");
document.images [imgName].src = imgOn;
document.images ['header0'].src = headOn;
}
}
function img_inact(imgName) {
if (version =="rollyes") {
imgOff = eval(imgName + "off.src");
headOff = header0off.src
document.images [imgName].src = imgOff;
document.images ['header0'].src = headOff;
}
}
//-->
<!-- This is the end of the 'what to do' script //-->
</SCRIPT>
</HEAD>
<!-- Look Ma, No Word -->
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#CC0000" VLINK="#660000" ALINK="#FF3333">
<table border="0" cellspacing="0" cellpadding="0">
<tr><td colspan="3" nowrap><IMG SRC="grafx/boing.gif" ALT="BOING!" WIDTH="93" HEIGHT="81"><IMG SRC="grafx/amiga_logo_top.gif" ALT="Amiga Logo" WIDTH="487" HEIGHT="81"></td></tr>
<tr><td valign="top" align="left" nowrap><A HREF=""><IMG SRC="grafx/us_flag.gif" ALT="U.S. FLAG" WIDTH="93" HEIGHT="50" BORDER="0"></A><A HREF="news" onMouseOver = "img_act ('menu0','header0')" onMouseOut = "img_inact ('menu0')"><IMG SRC="grafx/n-news-off.gif" NAME="menu0" ALT="News" WIDTH="97" HEIGHT="50" BORDER="0"></A></td><td valign="top" align="left" nowrap><img src="../grafx/header_left_side.gif" width="82" height="28"><IMG NAME="header0" SRC="grafx/header_amiga_inc.gif" WIDTH="241" HEIGHT="28"><img src="../grafx/header_right_side.gif" width="21" height="28"><br><img src="../grafx/small_corner_curve.gif" width="14" height="22"></td><td width="222" nowrap> </td></tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" width="93" align="center" background="../grafx/left_side_stretch.gif" nowrap>
<A HREF="de/"><IMG ALT="in Deutsche" SRC="grafx/de_flag.gif" WIDTH="93" HEIGHT="39" BORDER="0"></A><br>
<A HREF="3.9"><IMG SRC="pics/products/os39-redbg.gif" HEIGHT=77 WIDTH=78 BORDER=0 ALT="3.9"></A><P>
<A HREF="products/one"><IMG SRC="grafx/aotile.gif" ALT="AmigaONE" HEIGHT=77 WIDTH=78 BORDER=0></A><P>
<A HREF="products/SDK.shtml"><IMG SRC="pics/products/sdk.gif" WIDTH=78 HEIGHT=78 ALT="SDK" BORDER=0></A><P>
<A HREF="http://www.amigadev.net/index.php?subpage=usergroups&function=search"><IMG SRC="images/usergroups.gif" HEIGHT=78 WIDTH=78 BORDER=0 ALT="User Groups"></A><P>
</td>
<td width="97" valign="top" align="left" nowrap>
<A HREF="corporate/exec_update.php" onMouseOver = "img_act ('menu1','header0')" onMouseOut = "img_inact ('menu1')"><IMG SRC="grafx/n-exec-off.gif" NAME="menu1" ALT="Executive" WIDTH="97" HEIGHT="22" BORDER="0"></A><BR>
<A HREF="news/" onMouseOver = "img_act ('menu2','header0')" onMouseOut = "img_inact ('menu2')"><IMG SRC="grafx/n-pr-off.gif" NAME="menu2" ALT="Press" WIDTH="97" HEIGHT="25" BORDER="0"></A><BR>
<A HREF="press/zine/" onMouseOver = "img_act ('menu3','header0')" onMouseOut = "img_inact ('menu3')"><IMG SRC="grafx/n-aw-off.gif" NAME="menu3" ALT="AW" WIDTH="97" HEIGHT="25" BORDER="0"></A><BR>
<A HREF="events/" onMouseOver = "img_act ('menu4','header0')" onMouseOut = "img_inact ('menu4')"><IMG SRC="grafx/n-events-off.gif" NAME="menu4" ALT="Events" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="products/" onMouseOver = "img_act ('menu5','header1')" onMouseOut = "img_inact ('menu5')"><IMG SRC="grafx/n-products-off.gif" NAME="menu5" ALT="Products" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="products/dealers.php" onMouseOver = "img_act ('menu6','header1')" onMouseOut = "img_inact ('menu6')"><IMG SRC="grafx/n-dealers-off.gif" NAME="menu6" ALT="Dealers" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="corporate/" onMouseOver = "img_act ('menu7','header4')" onMouseOut = "img_inact ('menu7')"><IMG SRC="grafx/n-corporate-off.gif" NAME="menu7" ALT="Corporate" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="corporate/investors.shtml" onMouseOver = "img_act ('menu8','header4')" onMouseOut = "img_inact ('menu8')"><IMG SRC="grafx/n-investors-off.gif" NAME="menu8" ALT="Investors" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="corporate/jobs" onMouseOver = "img_act ('menu9','header4')" onMouseOut = "img_inact ('menu9')"><IMG SRC="grafx/n-jobs-off.gif" NAME="menu9" ALT="Jobs" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="feature/about_amiga" onMouseOver = "img_act ('menu19','header4')" onMouseOut = "img_inact ('menu19')"><IMG SRC="grafx/n-aboutus-off.gif" NAME="menu19" ALT="About Amiga and AmigaDE" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="support" onMouseOver = "img_act ('menu10','header2')" onMouseOut = "img_inact ('menu10')"><IMG SRC="grafx/n-support-off.gif" NAME="menu10" ALT="Support" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="user_groups" onMouseOver = "img_act ('menu11','header2')" onMouseOut = "img_inact ('menu11')"><IMG SRC="grafx/n-usergroups-off.gif" NAME="menu11" ALT="User Groups" WIDTH="97" HEIGHT="25" BORDER="0"></A><BR>
<A HREF="http://lists.amiga.com/" onMouseOver = "img_act ('menu18','header2')" onMouseOut = "img_inact ('menu18')"><IMG SRC="grafx/n-maillists-off.gif" NAME="menu18" ALT="Mailing Lists" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="http://www.amigadev.net/forums/" onMouseOver = "img_act ('menu20','header2')" onMouseOut = "img_inact ('menu20')"><IMG SRC="grafx/n-forums-off.gif" NAME="menu20" ALT="Forums" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="developers" onMouseOver = "img_act ('menu12','header2')" onMouseOut = "img_inact ('menu12')"><IMG SRC="grafx/n-developers-off.gif" NAME="menu12" ALT="Developers" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="tools/search.shtml" onMouseOver = "img_act ('menu13','header3')" onMouseOut = "img_inact ('menu13')"><IMG SRC="grafx/n-search-off.gif" NAME="menu13" ALT="Search" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<A HREF="?DoLoginForm=1" onMouseOver = "img_act ('menu16','header6')" onMouseOut = "img_inact ('menu16')"><IMG SRC="grafx/n-login-off.gif" NAME="menu16" ALT="Log In" WIDTH="97" HEIGHT="16" BORDER="0"></A><BR>
<IMG SRC="grafx/menu_bottom.gif" WIDTH="97" HEIGHT="70" BORDER="0">
</td>
<td width="100%" VALIGN="TOP" ALIGN="LEFT">
<!-- CONTENT BEGIN //-->
<BODY>
<p class="hdr">Authorized Amiga Dealer Search - Last Updated Jun. 18, 2001</p>
<form name="dsform" action="/products/dealers.php" method="POST">
<table align="center" width="50%" bgcolor="#CC0000" cellspacing="3" cellpadding="0"><tr><td>
<table width="100%" bgcolor="white" cellspacing="0" cellpadding="0"><tr><td>
<table align=\"center\" width="100%" border="0" cellspacing="0" cellpadding="1">
<tr><td align="center" class="red_tablehead">Search for</td><td align="center" class="red_tablehead">Search in</td></tr>
<tr>
<td align="center"> <input type="text" name="search" value=""></td>
<td align="left"> <input type="checkbox" name="search_company" value="1" > company name<br> <input type="checkbox" name="search_country" value="1" > country<br></td>
</tr>
<tr>
<td align="center" colspan="2">
<hr><input type="submit" name="DoSearch" value="Submit Search">
</td>
</tr>
</table>
</td></tr></table>
</td></tr></table>
</form>
<!-- CONTENT END //-->
</TD>
</TR>
<TR>
<TD COLSPAN="2" VALIGN="TOP" ALIGN="LEFT"><IMG SRC="grafx/left_side_bottom.gif" ALT="Left bottom graphic" WIDTH="93" HEIGHT="51"></TD>
</TR>
</TABLE>
<form name="form_main_footer" action="/index.shtml" method="POST">
<TABLE WIDTH="100%"><TR><TD WIDTH="93" VALIGN="TOP" ALIGN="LEFT"></TD>
<TD COLSPAN="5" ALIGN="RIGHT">
<FONT SIZE=2 FACE="Tahoma, Arial">
<A HREF="products/dealers.php?DoLoginForm=1">Log In</A> | <A HREF="corporate">Corporate</A> | <A HREF="support">Support</A> | <A HREF="press/current">News</A> | <A HREF="events">Events</A> | <A HREF="products">Products</A> | | <A HREF="tools/search.shtml">Search</A></FONT><BR>
<IMG SRC="grafx/amiga_footer.gif" ALT="footer" WIDTH="437" HEIGHT="71">
</TD>
</TR>
</TABLE>
</form>
<P ALIGN=RIGHT><FONT SIZE=1 FACE="Tahoma,Arial,Helvetica">© 1996-2001 Amiga, Inc.<BR>
<A HREF="mailto:webmaster@amiga.com">webmaster@amiga.com</A> | <A HREF="sitemap.shtml">Site Map</A>
</FONT>
</P>
</BODY>
</HTML></BODY>
</HTML>